net/http.Server.getDoneChanLocked (method)

3 uses

	net/http (current package)
		server.go#L2673: 	return s.getDoneChanLocked()
		server.go#L2676: func (s *Server) getDoneChanLocked() chan struct{} {
		server.go#L2684: 	ch := s.getDoneChanLocked()